My Stuff
-
Re: Timesheet auto populate Service Item
Ok good, not Timesheets then. But, yeah. I ran into that exact same problem in our own Tribridge instance (we are after all a services organization). In our case we dodged the bullet by telling peopl…1 -
Re: Script to Loop thru Item Receipts Assigned to a specific location
Yeah, well, the programmic gets a bit more complicated then. The simplest thing would probably to add some if() statements inside the for() loop and check "did i already add number?" and th…1 -
Re: Script In Formula Text Search Result
NS does not support what you are attempting to do. If you really insist, one way may be to call a Suitelet (via the a tag method you are already doing). The suitelet can then run your code and redire…2 -
Re: Concat Function in Saved Searches
Add a formula field and output an HTML <a> tag. Should look something like: '<a href="https://<your account number>.app.netsuite.com/app/common/entity/custjob.nl?id='||{internalid…2 -
Re: Departments, Classification, Location Setup
Well hi there Barry Yeah Invoice to Payment is a very dangerous area, because a Payment can be for multiple invoices. Each invoice can have a particular set of C/L/D, while the Payment can only have …3